[real-value/runtime] add pilot proof command#147
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #134.
Summary
flowchain:real-value-pilot:runtimecommand.bridge-handoffandbridge-receiptCLI flows plus restart/export/import coverage for bridge-specific roots.infra/scripts/flowchain-real-value-pilot-runtime.ps1, which consumes the bridge proof output handoff with source chain8453when present and falls back to the committed local fixture for standalone runtime development.Scope
Worktree:
E:\FlowMemory\flowmemory-live-walletBranch:
agent/real-value-pilot-runtime-proofRuntime proof scope touched
crates/flowmemory-devnet/,devnet/,infra/scripts/,package.json, anddocs/. It did not touch contracts, bridge relayer source, dashboard source, crypto wallet internals, services implementation, or hardware.Validation
cargo test --manifest-path crates/flowmemory-devnet/Cargo.toml- passed, 35 integration tests.cargo fmt --manifest-path crates/flowmemory-devnet/Cargo.toml --check- passed.[scriptblock]::Create((Get-Content -Raw infra/scripts/flowchain-real-value-pilot-runtime.ps1)) | Out-Null- passed.powershell -NoProfile -ExecutionPolicy Bypass -File infra/scripts/flowchain-real-value-pilot-runtime.ps1 -RunDir .- expected failure; refused to clear the repository root.npm run flowchain:real-value-pilot:runtime- passed; runtime report showedhandoffSource: bridge-proof-outputand source chain8453when the bridge output existed.npm run flowchain:real-value-pilot:e2e- passed; this includesnpm run flowchain:product-e2e,npm run flowchain:l1-e2e, contracts, bridge, runtime, wallet, control-dashboard, and ops proof commands. Final report hadmissingProofs: 0.node infra/scripts/check-unsafe-claims.mjs- passed.git diff --check- passed with Git line-ending warnings only.Current Blockers
None on this branch.
mainremains blocked for the final strict pilot gate until this runtime proof PR merges.Boundary
This is local/testnet runtime proof work for a capped owner pilot. It does not add custody, withdrawal release guarantees, production bridge security, tokenomics, public validator readiness, public L1/mainnet readiness, or production deployment behavior.